Import a Theme
{ importTheme }
Imports a theme definition from a 'PAT' file
Method
/API3/themes/importTheme
- Enterprise Admin
Input Parameters
Name
themeApiObject
Object Type
Description
The theme object holding the definition of a theme.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
The returned Object when importing a theme.
Notes
Theme can be exported via the admin console or API. These can then be imported using this method.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP